Skip to content

Commit 73a962d

Browse files
Bump version: 0.2.2 → 0.2.3
1 parent 1e54f88 commit 73a962d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.2.3
33
commit = True
44
tag = True
55

cmd/boltdb/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func Log(handler http.Handler) http.Handler {
2929
func main() {
3030
flag.Parse()
3131
if *version {
32-
fmt.Println(`v0.2.2`)
32+
fmt.Println(`v0.2.3`)
3333
os.Exit(0)
3434
}
3535
port := os.Getenv("PORT")

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metahub",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)