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 Mar 5, 2023
1 parent e69ef57 commit e36d316
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.3.0.3"
const version = "0.4"

// 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.3.0.3",
"version": "0.4",
"description": "Journal",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit e36d316

Please sign in to comment.