version = '3.0.49'

task release(type:Exec) {
	workingDir '.'
	commandLine 'cmd', '/c', 'release.bat ' + version
}
