Skip to content

Commit

Permalink
bump version 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Sep 4, 2020
1 parent bdfca13 commit 7cf5e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run --rm --env GOOS=windows --env GOARCH=amd64 --env CGO_ENABLED=0 -v $(p

echo "Building kool-install.exe"

docker run --rm -i -v $(pwd):/work amake/innosetup /dApplicationVersion=1.0.15 inno-setup/kool.iss
docker run --rm -i -v $(pwd):/work amake/innosetup /dApplicationVersion=1.0.16 inno-setup/kool.iss
mv inno-setup/Output/mysetup.exe dist/kool-install.exe

echo "Going to generate CHECKSUMS"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var rootCmd = &cobra.Command{
Long: `An easy and robust software development environment
tool helping you from project creation until deployment.
Complete documentation is available at https://kool.dev`,
Version: "1.0.15",
Version: "1.0.16",
DisableAutoGenTag: true,
}

Expand Down

0 comments on commit 7cf5e70

Please sign in to comment.