Skip to content

Commit

Permalink
Merge pull request #263 from fisuda/release_0.13.0
Browse files Browse the repository at this point in the history
Bump: 0.12.0-next -> 0.13.0
  • Loading branch information
fisuda authored Aug 19, 2023
2 parents f3574b3 + d328e1a commit 8aeaca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NGSI Go v0.12.0-next
## NGSI Go v0.13.0 - 19 August, 2023

- Improve: Add flags for Keyrock permission (#262)
- Update: Update build and test environment (#261)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ngsi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"github.com/lets-fiware/ngsi-go/internal/ngsimain"
)

var version = "0.12.0-next"
var version = "0.13.0"
var revision = ""

func main() {
Expand Down

0 comments on commit 8aeaca4

Please sign in to comment.