Skip to content

Commit

Permalink
chore(release): bump version to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2024-04-18)

### Features

* remote deployments closes [#1](#1) ([4663b29](4663b29)), closes [#9](#9) [#43](#43) [#44](#44)

### BREAKING CHANGES

* this commit introduces breaking changes related to resources managed by seelf. See the migration doc if you are migrating from v1.x.x to this one: https://yuukanoo.github.io/seelf/guide/migration.html#v2
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent 4663b29 commit 59125d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"runtime/debug"
)

var version = "1.2.0"
var version = "2.0.0"

// Retrieve the currentVersion version with additional vcs info if any.
func Current() string {
Expand Down

0 comments on commit 59125d0

Please sign in to comment.