Bump version to 1.2.0
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user