Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alihm committed Jan 30, 2025
1 parent c48a373 commit e5e4fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ClusterOperator/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
containerApiPort: String(process.env.API_PORT || 33950).trim(),
DBAppName: process.env.DB_APPNAME || '',
AppName: process.env.CLIENT_APPNAME || '',
version: '1.4.0',
version: '1.5.0',
whiteListedIps: process.env.WHITELIST || '127.0.0.1',
debugMode: true,
authMasterOnly: process.env.AUTH_MASTER_ONLY || false,
Expand Down
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h5>Active Nodes:</h5>
<footer class="mt-3 pb-3 text-center text-light small thin">
<span>© 2022-2023 InFlux Technologies</span>
<span class="badge bg-dark">Beta</span>
<span id="build_version">v1.4.0</span>
<span id="build_version">v1.5.0</span>
</footer>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion ui/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3 class="thin mb-3">Flux Decentralized Database</h3>
<footer class="mt-3 pb-3 text-center small thin">
<span>© 2022-2023 InFlux Technologies</span>
<span class="badge bg-dark">Beta</span>
<span id="build_version">v1.4.0</span>
<span id="build_version">v1.5.0</span>
</footer>
</div>
<div id="particles-js"></div>
Expand Down

0 comments on commit e5e4fe6

Please sign in to comment.