Bumping versions

This commit is contained in:
buildmaster
2021-10-20 20:57:54 +00:00
parent 927991bb7b
commit 6559cdcd6b
3 changed files with 3 additions and 0 deletions

View File

@@ -109,4 +109,5 @@ public class CredhubEnvironmentRepository implements EnvironmentRepository, Orde
public void setOrder(int order) {
this.order = order;
}
}

View File

@@ -123,4 +123,5 @@ public class GoogleSecretManagerEnvironmentRepository implements EnvironmentRepo
public int getOrder() {
return order;
}
}

View File

@@ -72,4 +72,5 @@ public class RedisEnvironmentRepository implements EnvironmentRepository, Ordere
public int getOrder() {
return order;
}
}