Skip to content

Commit

Permalink
Update the version in the dev builds
Browse files Browse the repository at this point in the history
Kit toml files track the pyensight version.
  • Loading branch information
randallfrank committed Jul 26, 2024
1 parent bc68990 commit b40ec30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exts/ansys.geometry.service/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.8.9"
version = "0.9.0-dev0"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["ANSYS"]
Expand Down
2 changes: 1 addition & 1 deletion exts/ansys.geometry.serviceui/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.8.9"
version = "0.9.0-dev0"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["ANSYS"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.8.9"
version = "0.9.0-dev0"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["ANSYS"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "0.8.9"
version = "0.9.0-dev0"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["ANSYS"]
Expand Down

0 comments on commit b40ec30

Please sign in to comment.