Skip to content

Commit

Permalink
Set version to 3.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Jul 1, 2024
1 parent b86e969 commit 89b68a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>magmaoffenburg</groupId>
<artifactId>magmachallenge</artifactId>
<packaging>jar</packaging>
<version>3.2-beta1</version>
<version>3.2-beta2</version>
<name>magmaChallenge</name>
<url>https://github.com/magmaOffenburg/magmaChallenge</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
{
public static final String VERSION = "3.2-beta1";
public static final String VERSION = "3.2-beta2";

private final JComboBox<ChallengeType> challenge;

Expand Down

0 comments on commit 89b68a8

Please sign in to comment.