Skip to content

Commit

Permalink
Preview Release: v2.5.0-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ddwightx committed Aug 13, 2024
1 parent 2164e4f commit 4cf2921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Java CI with Gradle

on:
push:
branches: [ "release" ]
branches: [ "release", "post_release" ]
pull_request:
branches: [ "release" ]

Expand Down
2 changes: 1 addition & 1 deletion extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

group 'com.synfron.reshaper.burp'
archivesBaseName = 'reshaper-for-burp'
version '2.4.0'
version '2.5.0-preview'

targetCompatibility = '21'
sourceCompatibility = '21'
Expand Down

0 comments on commit 4cf2921

Please sign in to comment.