Skip to content

Commit

Permalink
go-vod/0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Nov 1, 2023
1 parent 7c905e3 commit 12137fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go-vod/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pulsejet/go-vod
module github.com/pulsejet/memories/go-vod

go 1.16
4 changes: 2 additions & 2 deletions go-vod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"log"
"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() {
// Build initial configuration
Expand Down

0 comments on commit 12137fe

Please sign in to comment.