Skip to content

Commit 022fc40

Browse files
committed
version bump to 0.4.18-dev
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent dc1100d commit 022fc40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,6 @@
569569
"language": "go",
570570
"license": "MIT",
571571
"name": "go-ipfs",
572-
"version": "0.4.17"
572+
"version": "0.4.18-dev"
573573
}
574574

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.17"
7+
const CurrentVersionNumber = "0.4.18-dev"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)