Skip to content

Commit

Permalink
Raise jasp archive version due to breaking changes for empty values
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored and JorisGoosen committed Dec 6, 2023
1 parent 5c28ef9 commit ac22581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/data/exporters/jaspexporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <fstream>
#include "appinfo.h"

const Version JASPExporter::jaspArchiveVersion = Version("4.0.0");
const Version JASPExporter::jaspArchiveVersion = Version("5.0.0");
time_t JASPExporter::_now;

JASPExporter::JASPExporter()
Expand Down

0 comments on commit ac22581

Please sign in to comment.