summaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.repository/src/main/templates/Version.java
blob: 5f5dc55c8a28712cf73d5aedea4a02c83ae9a946 (plain)
1
2
3
4
5
6
7
package org.eclipse.winery.repository;

public final class Version {

	 public static String VERSION="${project.version}";

}