Skip to content

Commit 40670ae

Browse files
committed
change ver
1 parent f17dcc1 commit 40670ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Oops = lazy(() => import("./Misc/oops.js"));
3535
const UserChallengeCreate = lazy(() => import("./Misc/userChallengeCreate.js"));
3636

3737
window.ipAddress = process.env.NODE_ENV === "development" ? "http://localhost:20001" : window.location.origin + "/api"
38-
var ctfxVersion = "1.1"
38+
var ctfxVersion = "1.2"
3939

4040
class App extends React.Component {
4141
constructor(props) {

0 commit comments

Comments
 (0)