Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 915fe3e

Browse files
author
Adnan Abdulhussein
committed
bump to 0.6.0 in prep for release
1 parent 8c4657b commit 915fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package version
77
// Increment major number for new feature additions and behavioral changes.
88
// Increment minor number for bug fixes and performance enhancements.
99
// Increment patch number for critical fixes to existing releases.
10-
var Version = "0.5.4"
10+
var Version = "0.6.0"
1111

1212
// GetUserAgent returns the User Agent string for Monocular
1313
func GetUserAgent() string {

0 commit comments

Comments
 (0)