Skip to content

Commit 26ebc73

Browse files
Update Constants.java
Fix version mismatch
1 parent 404acea commit 26ebc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ private Constants() {
2828
public static final String APPID = "app-id";
2929
public static final String USERNAME = "[email protected]";
3030
public static final String PASSWORD = "password";
31-
public static final String VERSION_NAME = "1.7.0";
31+
public static final String VERSION_NAME = "1.7.1";
3232
}

0 commit comments

Comments
 (0)