mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
v1.1.0
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user