comparison src/main/java/de/intevation/lada/rest/VersionService.java @ 723:9ff0882d73d8 2.1.1

Version 2.1.1
author Dustin Demuth <dustin@intevation.de>
date Fri, 14 Aug 2015 10:33:35 +0200
parents 1fa184bc2768
children 2ba85d14160e
comparison
equal deleted inserted replaced
722:c81881dac97e 723:9ff0882d73d8
44 */ 44 */
45 @Path("version") 45 @Path("version")
46 @RequestScoped 46 @RequestScoped
47 public class VersionService { 47 public class VersionService {
48 48
49 private static final String VERSION = "2.1.0"; 49 private static final String VERSION = "2.1.1";
50 50
51 /** 51 /**
52 * Get server Version. 52 * Get server Version.
53 * <p> 53 * <p>
54 * Example: http://example.com/version 54 * Example: http://example.com/version
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)