mirror of
https://github.com/caprover/caprover
synced 2026-09-27 00:55:37 +00:00
fixed typo
This commit is contained in:
Vendored
+1
-1
@@ -210,7 +210,7 @@
|
||||
<p>
|
||||
<b>Current Version: </b>{{app.deployedVersion}}
|
||||
<br>
|
||||
<b>git hash: </b> {{app.deployedGitHash}}
|
||||
<b>Git Commit Hash: </b> {{app.deployedGitHash}}
|
||||
<br>
|
||||
<b>Deployed at</b> {{app.deployedTimeStamp}}
|
||||
<br>
|
||||
|
||||
@@ -24,7 +24,7 @@ let data = {
|
||||
|
||||
isDebug: EnvVars.CAPTAIN_IS_DEBUG,
|
||||
|
||||
version: '0.2.0',
|
||||
version: '0.2.1',
|
||||
|
||||
captainSaltSecretKey: 'captain-salt',
|
||||
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
<p>
|
||||
<b>Current Version: </b>{{app.deployedVersion}}
|
||||
<br/>
|
||||
<b>git hash: </b> {{app.deployedGitHash}}
|
||||
<b>Git Commit Hash: </b> {{app.deployedGitHash}}
|
||||
<br/>
|
||||
<b>Deployed at</b> {{app.deployedTimeStamp}}
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user