We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0639083 commit cdbc178Copy full SHA for cdbc178
2 files changed
deployments/npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tekwizely/run",
3
- "version": "0.11.2",
+ "version": "0.11.3",
4
"description": "Easily manage and invoke small scripts and wrappers",
5
"homepage": "https://github.com/TekWizely/run",
6
"license": "MIT",
version.go
@@ -6,7 +6,7 @@ import (
7
// Version stores the version tag - Should include leading 'v' - Update before tagging new versions.
8
//
9
-var Version = "v0.11.2"
+var Version = "v0.11.3"
10
11
// BuildDate is optional and can be set using '-ldflags "-X 'main.BuildDate=..."'.
12
0 commit comments