Skip to content

Commit bc973e1

Browse files
committed
Version bump
1 parent 170b020 commit bc973e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eget.nimble

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import strformat
22

33
# Package
44

5-
version = "1.2.1"
5+
version = "1.2.2"
66
author = "timwedde"
77
description = "A tiny helper to access scoped environment variables."
88
license = "MIT"
@@ -48,4 +48,3 @@ task build_windows_i386, "Builds for Windows (i386)":
4848
exec("nimble build -d:danger --opt:size --mm:orc -d:mingw --cpu:i386 -d:strip -y")
4949
exec("mkdir -p bin/i386/windows && mv eget.exe bin/i386/windows")
5050
exec("upx --best bin/i386/windows/*")
51-

0 commit comments

Comments
 (0)