Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Oct 22, 2022
1 parent 1367166 commit 61b16a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {

allprojects {
group 'org.amshove.kluent'
version '1.71'
version '1.72'

apply plugin: 'com.adarshr.test-logger'

Expand Down
2 changes: 1 addition & 1 deletion publishAll.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -u
set -ue

if [ $# != 0 ] && [ $# != 3 ];then
echo "Usage:"
Expand Down

0 comments on commit 61b16a6

Please sign in to comment.