Skip to content

Commit

Permalink
Merge branch 'feature/debug-writer'
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Feb 8, 2023
2 parents 5e34663 + 0a0986f commit b68fa30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion iam/roles_service.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package iam

import "net/http"
import (
"net/http"
)

var (
roleAPIVersion = "1"
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package internal

const (
LibraryVersion = "0.78.7"
LibraryVersion = "0.79.0"
)

0 comments on commit b68fa30

Please sign in to comment.