Skip to content

Commit

Permalink
Skip CI: updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Apr 20, 2023
1 parent af93f6c commit bedb7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion journal.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func main() {
const version = "0.6"
const version = "0.6.1"

// Set CWD
os.Chdir(os.Getenv("GOPATH") + "/src/github.com/jamiefdhurst/journal")
Expand Down
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "journal",
"version": "0.6",
"version": "0.6.1",
"description": "Journal",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit bedb7d1

Please sign in to comment.