CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/postgres/postgres-pr/version.rb
Views: 11777
1
# -*- coding: binary -*-
2
# Namespace for Metasploit branch.
3
module Msf
4
module Db
5
6
module PostgresPR
7
Version = "0.6.3-msf"
8
end
9
10
end
11
end
12
13