Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Publish curiostack 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch committed Mar 27, 2021
1 parent c2f3c55 commit 0945bb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise").version("3.5.2")
id("org.curioswitch.gradle-curiostack-plugin").version("0.7.1")
id("org.curioswitch.gradle-curiostack-plugin").version("0.7.2")
}

configure<CuriostackExtension> {
Expand Down
2 changes: 1 addition & 1 deletion tools/curiostack-bom/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
version=0.7.0
version=0.7.2
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
version=0.7.1
version=0.7.2
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ToolDependencies {
private static Map<String, String> DEFAULT_VERSIONS =
ImmutableMap.<String, String>builder()
.put("awscli", "2.1.28")
.put("bom", "0.7.0")
.put("bom", "0.7.2")
.put("claat", "2.2.0")
.put("gcloud", "329.0.0")
.put("golang", "1.16")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# SOFTWARE.
#

version = 0.3.0
version = 0.4.0

0 comments on commit 0945bb6

Please sign in to comment.