We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d944ac commit 2e90966Copy full SHA for 2e90966
Makefile
@@ -1,6 +1,6 @@
1
# Binary name
2
BINARY_NAME=lazyprisma
3
-VERSION ?= 0.2.1
+VERSION ?= 0.2.2
4
5
# Directories
6
BUILD_DIR=build
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v0.2.1"
+ Version = "v0.2.2"
16
Developer = "DokaLab"
17
18
0 commit comments