Skip to content

Commit 3812c0e

Browse files
committed
Next Development Version
1 parent cb1b23a commit 3812c0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.2.2
1+
version=0.2.3-SNAPSHOT
22
springBootVersion=2.5.9
33
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
44
org.gradle.parallel=true

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/core/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 the original author or authors.
2+
* Copyright 2020-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
public final class Version {
2525
private static final int MAJOR = 0;
2626
private static final int MINOR = 2;
27-
private static final int PATCH = 2;
27+
private static final int PATCH = 3;
2828

2929
/**
3030
* Global Serialization value for Spring Security Authorization Server classes.

0 commit comments

Comments
 (0)