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

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch committed Apr 13, 2021
1 parent 5e2c931 commit da8b2cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/server/framework/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.1
2 changes: 1 addition & 1 deletion common/testing/framework/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.2.0
version=0.2.1
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.2
version=0.7.4
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.2
version=0.7.4
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.2")
.put("bom", "0.7.4")
.put("claat", "2.2.0")
.put("gcloud", "329.0.0")
.put("golang", "1.16")
Expand Down

0 comments on commit da8b2cd

Please sign in to comment.