Skip to content

Commit

Permalink
- Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Aug 25, 2024
1 parent 6511bf8 commit f19dcd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class BlResourceTypes {
private static final Map<String, Integer> priorityMap = new HashMap<>();

static {
// Types internal to the cluster. No need to manage these.
internalTypes.add("localsubjectaccessreviews");
internalTypes.add("selfsubjectreviews");
internalTypes.add("bindings");
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins { id("io.vacco.oss.gitflow") version "1.0.1" apply(false) }
subprojects {
apply(plugin = "io.vacco.oss.gitflow")
group = "io.vacco.beleth"
version = "0.4.1"
version = "0.4.2"

configure<io.vacco.oss.gitflow.GsPluginProfileExtension> {
sharedLibrary(true, false)
Expand Down

0 comments on commit f19dcd8

Please sign in to comment.