Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejansen committed Nov 11, 2020
1 parent b4f5909 commit bc8e3ba
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.2.1
touchstone_version: 1.3.0
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.2.0
touchstone_version: 1.3.0
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.2.1
touchstone_version: 1.3.0
services:
- name: my-app
port: 8080
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.2.1'
__version__ = '1.3.0'

0 comments on commit bc8e3ba

Please sign in to comment.