Skip to content

Commit

Permalink
chore: bump up version(v0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntaka9576 committed Mar 19, 2024
1 parent a860e99 commit fe736a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
var Version string
var Revision = "HEAD"

var embedVersion = "0.1.2"
var embedVersion = "0.2.0"

type VersionFlag string

Expand Down
2 changes: 1 addition & 1 deletion gh-p2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

repo="shuntaka9576/gh-p2"
version="v0.1.2"
version="v0.2.0"

extension_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
version_path="${extension_path}/dist/${version}"
Expand Down

0 comments on commit fe736a7

Please sign in to comment.