Skip to content

Commit 1643beb

Browse files
committed
bump version to 0.12.4
1 parent 3229fbe commit 1643beb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please subscribe to the [mailing list](https://groups.google.com/forum/#!forum/t
99

1010
## Build
1111

12-
$ git clone git@github.com:pthirun/tehuti.git
12+
$ git clone git@github.com:tehuti-io/tehuti.git
1313
$ cd tehuti
1414
$ ./gradlew build
1515

@@ -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)