Skip to content

Commit cdbc178

Browse files
committed
Prepare v0.11.3
1 parent 0639083 commit cdbc178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployments/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tekwizely/run",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Easily manage and invoke small scripts and wrappers",
55
"homepage": "https://github.com/TekWizely/run",
66
"license": "MIT",

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
// Version stores the version tag - Should include leading 'v' - Update before tagging new versions.
88
//
9-
var Version = "v0.11.2"
9+
var Version = "v0.11.3"
1010

1111
// BuildDate is optional and can be set using '-ldflags "-X 'main.BuildDate=..."'.
1212
//

0 commit comments

Comments
 (0)