Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejansen committed Jan 9, 2024
1 parent cd31310 commit 5a6b706
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/java-spring/touchstone/touchstone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
touchstone_version: 1.4.2
touchstone_version: 1.4.3
services:
- name: my-app
availability_endpoint: /actuator/health
Expand Down
2 changes: 1 addition & 1 deletion examples/python-spark/touchstone/touchstone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
touchstone_version: 1.4.2
touchstone_version: 1.4.3
services:
- name: my-exec
type: executable
Expand Down
2 changes: 1 addition & 1 deletion touchstone-tests/touchstone/touchstone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
touchstone_version: 1.4.2
touchstone_version: 1.4.3
docker:
registry: docker-all.artifactory.8451.cloud
services:
Expand Down
2 changes: 1 addition & 1 deletion touchstone/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.2'
__version__ = '1.4.3'

0 comments on commit 5a6b706

Please sign in to comment.