Skip to content

Commit

Permalink
Change version to 1.0.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav <[email protected]>
  • Loading branch information
vrongmeal committed Feb 23, 2020
1 parent 6bace9a commit c4c0022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app_name="leaf"
repo_path="github.com/vrongmeal/leaf"

# Get branch revision and version
version="1.0.0"
version="1.0.1"
revision=$(git rev-parse --short HEAD 2> /dev/null || echo 'unknown')
branch=$(git rev-parse --abbrev-ref HEAD 2> /dev/null || echo 'unknown')

Expand Down

0 comments on commit c4c0022

Please sign in to comment.