Loading lib/RD/CliVersion.hs +1 −1 Original line number Diff line number Diff line module RD.CliVersion (cliVersion) where cliVersion :: String cliVersion = "1.5.0.0" cliVersion = "1.5.0.1" pypi/rd-api/Makefile +1 −1 Original line number Diff line number Diff line VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ') VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2) default: @echo "usage: make [dist|install|upload]" Loading pypi/rd-client/Makefile +1 −1 Original line number Diff line number Diff line VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ') VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2) default: @echo "usage: make [dist|install|upload]" Loading Loading
lib/RD/CliVersion.hs +1 −1 Original line number Diff line number Diff line module RD.CliVersion (cliVersion) where cliVersion :: String cliVersion = "1.5.0.0" cliVersion = "1.5.0.1"
pypi/rd-api/Makefile +1 −1 Original line number Diff line number Diff line VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ') VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2) default: @echo "usage: make [dist|install|upload]" Loading
pypi/rd-client/Makefile +1 −1 Original line number Diff line number Diff line VERSION := $(shell grep 'version:' ../../package.yaml | cut -d':' -f2 | tr -d ' ') VERSION := $(shell grep 'cliVersion =' ../../lib/RD/CliVersion.hs | cut -d'"' -f2) default: @echo "usage: make [dist|install|upload]" Loading