We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e54f88 commit 73a962dCopy full SHA for 73a962d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 0.2.3
3
commit = True
4
tag = True
5
cmd/boltdb/main.go
@@ -29,7 +29,7 @@ func Log(handler http.Handler) http.Handler {
29
func main() {
30
flag.Parse()
31
if *version {
32
- fmt.Println(`v0.2.2`)
+ fmt.Println(`v0.2.3`)
33
os.Exit(0)
34
}
35
port := os.Getenv("PORT")
ui/package.json
@@ -1,6 +1,6 @@
{
"name": "metahub",
- "version": "0.2.2",
+ "version": "0.2.3",
"private": true,
"scripts": {
6
"serve": "vue-cli-service serve",
0 commit comments