Skip to content

Commit

Permalink
Merge pull request #201 from poteto-go/20250116/rel
Browse files Browse the repository at this point in the history
prepare -> v1.21.1
  • Loading branch information
poteto0 authored Jan 16, 2025
2 parents c95d865 + 39e77e9 commit d7a806b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 1.x.x

## 1.2.X
### 1.2.1

- [poteto-cli] SAME by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/15
- LINT: fix with linter by @poteto0 in #200
- BUG: fix not work linter by @poteto0 in #199

### 1.2.0

- [poteto-cli] DEP: make poteto latest by @poteto0 in https://github.com/poteto-go/poteto-cli/pull/13
Expand Down
2 changes: 1 addition & 1 deletion constant/constant.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package constant

const VERSION = "v1.2.0"
const VERSION = "v1.2.1"

const (
MAX_DOMAIN_LENGTH int = 255
Expand Down

0 comments on commit d7a806b

Please sign in to comment.