Skip to content

Commit

Permalink
Bumb tag number
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Feb 2, 2022
1 parent 5337d96 commit c42f485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

declare $(cat version.h | awk '{print $2"="$3}')
RELEASE_DATE="$(date -d @$APPDATE -u +"%Y-%m-%dT%H:%M:%SZ")"
BETA_VERSION=2021
BETA_VERSION=2022
echo "Building release $BETA_VERSION.$APPVERSION from commit $APPHASH ($RELEASE_DATE)";

# Remove double quotes in APPHASH
Expand Down
2 changes: 1 addition & 1 deletion buildstable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

declare $(cat version.h | awk '{print $2"="$3}')
RELEASE_DATE="$(date -d @$APPDATE -u +"%Y-%m-%dT%H:%M:%SZ")"
STABLE_VERSION=2021.1
STABLE_VERSION=2022.1
echo "Building release $STABLE_VERSION.$APPVERSION from commit $APPHASH ($RELEASE_DATE)";

# Remove double quotes in APPHASH
Expand Down

0 comments on commit c42f485

Please sign in to comment.