Skip to content

Commit

Permalink
Update Engine.java
Browse files Browse the repository at this point in the history
Ready for 0.9.7 release
  • Loading branch information
lroffia authored Jan 10, 2019
1 parent 8acb968 commit ecb52c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
* Event Processing Architecture (SEPA)
*
* @author Luca Roffia ([email protected])
* @version 0.9.5
* @version 0.9.7
*/

public class Engine implements EngineMBean {
// private final static Engine engine;
private final static String version = "0.9.5";
private final static String version = "0.9.7";
private EngineProperties properties = null;

// Scheduler request queue
Expand Down

0 comments on commit ecb52c3

Please sign in to comment.