We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb5350 commit 37ea806Copy full SHA for 37ea806
2 files changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Compile Inno Setup installer
59
if: matrix.os == 'windows-latest'
60
- uses: ImagineBoom/inno-setup-use-action@v1.0.0
+ uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
61
with:
62
iss-file: install.iss
63
cmd/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-const cliVersion = "0.1.2" // Define the current version
+const cliVersion = "0.1.4" // Define the current version
10
11
var versionCmd = &cobra.Command{
12
Use: "version",
0 commit comments