Skip to content

Commit

Permalink
Prepare v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TekWizely committed Nov 10, 2022
1 parent 5f5fed2 commit 9954454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/npm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run: Easily manage and invoke small scripts and wrappers

Do you find yourself using tools like `make` to manage non build-related scripts?
Do you find yourself using tools like `make` to manage non-build-related scripts?

Build tools are great, but they are not optimized for general script management.

Expand Down
2 changes: 1 addition & 1 deletion deployments/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tekwizely/run",
"version": "0.9.1",
"version": "0.10.0",
"description": "Easily manage and invoke small scripts and wrappers",
"homepage": "https://github.com/TekWizely/run",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// Version stores the version tag - Should include leading 'v' - Update before tagging new versions.
//
var Version = "v0.9.1"
var Version = "v0.10.0"

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

0 comments on commit 9954454

Please sign in to comment.