Skip to content

Commit

Permalink
Update version to 1.0.2. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingling128 authored Feb 12, 2021
1 parent 6d7d859 commit eef19f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_VERSION="1.0.1"
PKG_VERSION="1.0.2"

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ systemdsystempresetdir=$(pkg-config systemd --variable=systemdsystempresetdir)
subagentdir=$prefix/subagents
# TODO: Get version number from packaging
if [ -z "$version" ]; then
version=1.0.1
version=1.0.2
fi

set -x -e
Expand Down

0 comments on commit eef19f6

Please sign in to comment.