We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17dcc1 commit 40670aeCopy full SHA for 40670ae
client/src/App.js
@@ -35,7 +35,7 @@ const Oops = lazy(() => import("./Misc/oops.js"));
35
const UserChallengeCreate = lazy(() => import("./Misc/userChallengeCreate.js"));
36
37
window.ipAddress = process.env.NODE_ENV === "development" ? "http://localhost:20001" : window.location.origin + "/api"
38
-var ctfxVersion = "1.1"
+var ctfxVersion = "1.2"
39
40
class App extends React.Component {
41
constructor(props) {
0 commit comments