This commit is contained in:
kai
2025-04-10 13:11:48 +01:00
parent ade4f7c606
commit a312d91d97
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## v1.1.0 [tbd]
## v1.1.0 [2025-04-10]
_Whats new_
- Update database version to PostgreSQL 14.17. ([#4461](https://github.com/turbot/steampipe/issues/4461))

View File

@@ -23,7 +23,7 @@ var steampipeVersion = "1.1.0"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "rc.0"
var prerelease = ""
// SteampipeVersion is an instance of semver.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a