Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 20, 2022
1 parent 6f25754 commit dd60e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BINARY="bread"
DIST="build"
ENTRY_FILE="src/main.go"
OUTPUT="$DIST/$BINARY"
VERSION="0.3.6"
VERSION="0.3.7"

if [[ $1 = '' ]]; then
echo "Compiling '$ENTRY_FILE' into '$DIST'"
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
Compact: true,
}),
kong.Vars{
"version": "0.3.6",
"version": "0.3.7",
})
// Call the Run() method of the selected parsed command.
err := ctx.Run()
Expand Down

0 comments on commit dd60e22

Please sign in to comment.