go-vod/0.2.2

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/merge go-vod/0.2.2
Varun Patil 2023-11-01 10:08:28 -07:00
parent 7c905e378f
commit 12137fe2a7
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
module github.com/pulsejet/go-vod module github.com/pulsejet/memories/go-vod
go 1.16 go 1.16

View File

@ -5,10 +5,10 @@ import (
"log" "log"
"os" "os"
"github.com/pulsejet/go-vod/transcoder" "github.com/pulsejet/memories/go-vod/transcoder"
) )
const VERSION = "0.2.1" const VERSION = "0.2.2"
func main() { func main() {
// Build initial configuration // Build initial configuration