Skip to content

Commit

Permalink
Updates version to 1.0.0. (awslabs#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmarsuhail authored Mar 5, 2025
1 parent f6c7294 commit ea5488d
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 @@
## v0.0.5 (March 04, 2025)
## v1.0.0 (March 04, 2025)

* Adds retrying of block reads https://github.com/awslabs/analytics-accelerator-s3/pull/229
* Logs everything at debug https://github.com/awslabs/analytics-accelerator-s3/pull/236
Expand Down
2 changes: 1 addition & 1 deletion input-stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.github.jk1.license.render.TextReportRenderer

val group = "software.amazon.s3.analyticsaccelerator"
val artefact = "analyticsaccelerator-s3"
val currentVersionNumber = "0.0.5"
val currentVersionNumber = "1.0.0"

val isSnapshot = findProperty("snapshotBuild") == "true"
val currentVersion = if (isSnapshot) "SNAPSHOT" else currentVersionNumber;
Expand Down

0 comments on commit ea5488d

Please sign in to comment.