Skip to content

Commit 1f3f1f6

Browse files
committed
version bump to 0.4.4-dev
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent f2127af commit 1f3f1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@
195195
"language": "go",
196196
"license": "MIT",
197197
"name": "go-ipfs",
198-
"version": "0.4.3-rc3"
198+
"version": "0.4.4-dev"
199199
}

repo/config/version.go

+1-1
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.3-rc3"
7+
const CurrentVersionNumber = "0.4.4-dev"
88

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

0 commit comments

Comments
 (0)