Skip to content

Commit 38d329e

Browse files
authored
Updated gradle props to release a new version 0.12.4 (#36)
bump version to 0.12.4
1 parent facb17a commit 38d329e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ Finally, Tehuti can report metrics so that they can be picked up by external sys
102102

103103
MetricsRepository metrics = new MetricsRepository(); // this is the global repository of metrics and sensors
104104
metrics.addReporter(new JmxReporter("prefix.for.all.metrics.names."));
105+
106+
## Tags
107+
108+
To tag a new version of of Tehuti, please bump the `version` field in the `gradle.properties` file.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=io.tehuti
22
archivesBaseName=tehuti
3-
version=0.12.3
3+
version=0.12.4
44

55
signing.enabled=false
66
signing.keyId=

0 commit comments

Comments
 (0)