Skip to content
This repository was archived by the owner on Oct 6, 2019. It is now read-only.

Commit 39a778e

Browse files
committed
Bumped version
1 parent 3b46f0f commit 39a778e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goldfish",
3-
"version": "0.7.1-rc1",
3+
"version": "0.7.1",
44
"description": "A HashiCorp Vault UI",
55
"repository": "caiyeon/goldfish",
66
"homepage": "",

server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func main() {
241241
}
242242
}
243243

244-
const versionString = "Goldfish version: v0.7.1-rc1"
244+
const versionString = "Goldfish version: v0.7.1"
245245

246246
const devInitString = `
247247

0 commit comments

Comments
 (0)