Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Jan 16, 2025
1 parent 70b5cfe commit 9f87cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
__CONNECTION_METHOD__: process.env.hasOwnProperty('CONNECTION_METHOD') ? process.env.CONNECTION_METHOD : 'local',
__CAS_SERVER_URL__: process.env.hasOwnProperty('CAS_SERVER_URL') ? process.env.CAS_SERVER_URL : 'https://cas-server.com',
__SERVICE_URL__: process.env.hasOwnProperty('SERVICE_URL') ? process.env.SERVICE_URL : 'https://correct-exam.com',
__VERSION__: process.env.hasOwnProperty('APP_VERSION') ? process.env.APP_VERSION : '1.3.0',
__VERSION__: process.env.hasOwnProperty('APP_VERSION') ? process.env.APP_VERSION : '1.5.0',
__DEBUG_INFO_ENABLED__: false,
};

0 comments on commit 9f87cee

Please sign in to comment.