diff --git a/updateUtils/updateTypes.go b/updateUtils/updateTypes.go new file mode 100644 index 0000000..08b7c7f --- /dev/null +++ b/updateUtils/updateTypes.go @@ -0,0 +1,5 @@ +package updateutils + +type LastVersion struct { + Version string +}