Skip to content

Commit

Permalink
Increment versions for API & SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Mar 21, 2024
1 parent d8a8e90 commit c01f5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/modules/rapid/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ variable "app-replica-count-max" {
variable "application_version" {
type = string
description = "The version number for the application image (e.g.: v1.0.4, v1.0.x-latest, etc.)"
default = "v7.0.9"
default = "v7.10.1"
}

variable "ui_version" {
type = string
description = "The version number for the static ui (e.g.: v1.0.0, etc.)"
default = "v7.0.9"
default = "v7.10.1"
}

variable "catalog_disabled" {
Expand Down
2 changes: 1 addition & 1 deletion sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

TEST_SDK_VERSION = os.getenv("TEST_SDK_VERSION")
version = "0.1.7"
version = "0.1.8"
setup(
name="rapid-sdk",
version=version if TEST_SDK_VERSION is None else f"{version}.{TEST_SDK_VERSION}",
Expand Down

0 comments on commit c01f5a9

Please sign in to comment.