Skip to content

Commit e857c86

Browse files
committed
release: v2.0.0
1 parent 40a931e commit e857c86

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Build/curd-windows-build.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Setup]
22
AppName=Curd Installer
3-
AppVersion=1.5.3
3+
AppVersion=2.0.0
44
DefaultDirName={userappdata}\Curd
55
PrivilegesRequired=lowest
66
AllowNoIcons=yes

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3
1+
2.0.0

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 "1.5.3"
20+
return "2.0.0"
2121
}
2222

2323
return version

0 commit comments

Comments
 (0)