Skip to content

Commit

Permalink
fix sequent config version
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 27, 2023
1 parent 2f8cff3 commit f2096c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequent-ui/templates/SequentConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* in this same file, which you might want to edit and tune if needed.
*/

var SEQUENT_CONFIG_VERSION = '8.0.0';
var SEQUENT_CONFIG_VERSION = 'master';

var SequentConfigData = {
// the base url path for ajax requests, for example for sending ballots or
Expand Down

0 comments on commit f2096c5

Please sign in to comment.