Skip to content

Commit

Permalink
Add class to maintain the application version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfi committed Aug 24, 2018
1 parent 9749cf4 commit 75ea148
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.parallax.client.cloudsession;

/**
* Maintain application version number here
*
* @author Jim Ewald
*
*/
public class CloudSessionVersion {

static final String Version = "1.2.0";

}

0 comments on commit 75ea148

Please sign in to comment.