Skip to content

Commit 9e94736

Browse files
committed
release: v2.0.2
1 parent 37a9025 commit 9e94736

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

cmd/curd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var version string // Will be set by ldflags during build
1717

1818
func resolvedVersion() string {
1919
if version == "" {
20-
return "2.0.1"
20+
return "2.0.2"
2121
}
2222

2323
return version

0 commit comments

Comments
 (0)