Skip to content

Commit

Permalink
App version changed to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretzel12 committed Jun 10, 2018
1 parent 56c1428 commit fa07a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/span_analyzer_app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bool SpanAnalyzerApp::OnInit() {
// sets application info
SetAppDisplayName("SpanAnalyzer");
SetAppName("SpanAnalyzer");
version_ = "1.0.0";
version_ = "1.1.0";

// creates a document manager and sets to single document interface
manager_doc_ = new wxDocManager();
Expand Down

0 comments on commit fa07a48

Please sign in to comment.