Bump version to 1.2.0

This commit is contained in:
Eric Torres
2022-09-30 23:53:26 -07:00
parent c9b232e27d
commit 3ae688eafa
5 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
MAJOR_VERSION=1
MINOR_VERSION=1
PATCH_VERSION=4
MINOR_VERSION=2
PATCH_VERSION=0
if [[ "$1" == '--print' ]]; then
echo "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"