Skip to content

Commit 89b68a8

Browse files
committed
Set version to 3.2-beta2
1 parent b86e969 commit 89b68a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>magmaoffenburg</groupId>
66
<artifactId>magmachallenge</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.2-beta1</version>
8+
<version>3.2-beta2</version>
99
<name>magmaChallenge</name>
1010
<url>https://github.com/magmaOffenburg/magmaChallenge</url>
1111

src/main/java/magma/tools/benchmark/view/BenchmarkView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
6161
{
62-
public static final String VERSION = "3.2-beta1";
62+
public static final String VERSION = "3.2-beta2";
6363

6464
private final JComboBox<ChallengeType> challenge;
6565

0 commit comments

Comments
 (0)