Skip to content

Commit 2e90966

Browse files
committed
update version to v0.2.2
1 parent 4d944ac commit 2e90966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Binary name
22
BINARY_NAME=lazyprisma
3-
VERSION ?= 0.2.1
3+
VERSION ?= 0.2.2
44

55
# Directories
66
BUILD_DIR=build

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
Version = "v0.2.1"
15+
Version = "v0.2.2"
1616
Developer = "DokaLab"
1717
)
1818

0 commit comments

Comments
 (0)